home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / a2701_95.zip / ARGUS.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1997-07-16  |  1KB  |  83 lines

  1. object AboutBox: TAboutBox
  2.   Left = 159
  3.   Top = 62
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 209
  7.   ClientWidth = 388
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object ProgramIcon: TImage
  18.     Left = 16
  19.     Top = 16
  20.     Width = 157
  21.     Height = 101
  22.     IncrementalDisplay = False
  23.     Picture.Data = {<image000.bmp>}
  24.     Stretch = True
  25.     IsControl = True
  26.   end
  27.   object lCopyright: TLabel
  28.     Left = 232
  29.     Top = 88
  30.     Width = 98
  31.     Height = 13
  32.     Caption = 'Copyright ∩┐╜ 1996-97'
  33.   end
  34.   object lName: TLabel
  35.     Left = 232
  36.     Top = 16
  37.     Width = 3
  38.     Height = 13
  39.   end
  40.   object lVersion: TLabel
  41.     Left = 232
  42.     Top = 32
  43.     Width = 3
  44.     Height = 13
  45.   end
  46.   object lDate: TLabel
  47.     Left = 232
  48.     Top = 48
  49.     Width = 3
  50.     Height = 13
  51.   end
  52.   object lExt: TLabel
  53.     Left = 232
  54.     Top = 64
  55.     Width = 3
  56.     Height = 13
  57.   end
  58.   object lRIT: TLabel
  59.     Left = 232
  60.     Top = 104
  61.     Width = 93
  62.     Height = 13
  63.     Caption = 'RIT Research Labs'
  64.   end
  65.   object lReg: TLabel
  66.     Left = 16
  67.     Top = 136
  68.     Width = 3
  69.     Height = 13
  70.   end
  71.   object OKButton: TButton
  72.     Left = 175
  73.     Top = 168
  74.     Width = 75
  75.     Height = 25
  76.     Cancel = True
  77.     Caption = 'OK'
  78.     Default = True
  79.     ModalResult = 1
  80.     TabOrder = 0
  81.   end
  82. end
  83.